xfi:concept-data-type

xs:QName?=xfi:concept-data-type( $concept as xs:QName)

Last updated on 05-02-2008 at 00:00:00.

Obtain the QName of the data type of an XBRL concept.

OIM Status

Supported

Parameters

Name Type Details
concept xs:QName The QName of the concept whose data type is being tested.

Output

Type: xs:QName?

Returns the QName of the concept's data type if the concept has a data type and returns nothing if the concept has an anonymous data type.

Errors

Code Details
xfie:invalidConceptQName This error MUST be thrown if the concept name parameter contains a QName that is not the QName of a concept in the reference discoverable taxonomy set.

Conformance suite

90204 xfi.concept-data-type testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Geoff Shuetrim Galexy geoff@galexy.net 05-02-2008 at 08:36:00

Revisions

Name On Details
Geoff Shuetrim 05-02-2008 at 10:00:00 Created the function definition.